//==============================================================================
// Crystal Dragon_anim.txt
//==============================================================================


//==============================================================================
define firebreath
{
   set hotspot
   {
      version
      {
         Visualparticle SFX N Nidhogg Fire Breath
      }
   }
}

//==============================================================================
define firebreath2
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a fire ball trail
      }
   }
}
//==============================================================================
define firebreath3
{
   set hotspot
   {
      version
      {
         Visualparticle gp x tartarian gate fire
      }
   }
}
//==============================================================================
define firebreath4
{
   set hotspot
   {
      version
      {
         Visualparticle gp x tartarian gate firebirth
      }
   }
}
//==============================================================================
define firebreath5
{
   set hotspot
   {
      version
      {
         Visualparticle gp x tartarian gate fireburst
      }
   }
}
//==============================================================================
anim Birth
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual cdragon_birth
            tag SpecificSoundSet 0.13 false WingsLarge checkVisible 
            tag SpecificSoundSet 0.25 false WingsLarge checkVisible 
            tag SpecificSoundSet 0.39 false WingsLarge checkVisible 
            tag SpecificSoundSet 0.58 false WingsLarge checkVisible 
            tag SpecificSoundSet 0.70 false TitanFoot checkVisible
            tag SpecificSoundSet 0.72 false TitanFoot checkVisible
            tag SpecificSoundSet 0.74 false TitanFoot checkVisible
            tag SpecificSoundSet 0.76 false TitanFoot checkVisible
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual cdragon_idle
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual cdragon_bored
                  tag SpecificSoundSet 0.20 false CinematicBigOlTitan  
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			   Visual cdragon_death
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.05 false TitanGreekDeath checkVisible 
               tag SpecificSoundSet 0.70 false TitanFall checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
			Visual cdragon_walk
			tag FootstepRight 0.10 true
			tag FootstepLeft 0.60 true
			tag FootstepRight 0.40 true
			tag FootstepLeft 0.90 true
               tag SpecificSoundSet 0.10 false TitanFoot checkVisible 
               tag SpecificSoundSet 0.60 false TitanFoot checkVisible
               tag SpecificSoundSet 0.40 false TitanFoot checkVisible 
               tag SpecificSoundSet 0.90 false TitanFoot checkVisible
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				Visual cdragon_attacka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.58 true   
                  tag GenericSound 0.40 true   
                  tag SpecificSoundSet 0.58 false CrocSnap checkVisible 
//-- end auto generated section
         }
			version
         {
				Visual cdragon_attackb
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.46 true   
            tag GenericSound 0.01 true   
               tag SpecificSoundSet 0.55 false TitanFoot checkVisible 
//-- end auto generated section
         }
      }
   }
}


//==============================================================================
anim Charging
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual cdragon_fire
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.50 true   
               tag GenericSound 0.13 true   
            tag SpecificSoundSet 0.50 false NidhoggFlame checkVisible 
               tag SpecificSoundSet 0.15 false CinematicBigOlTitan  
//-- end auto generated section
			Connect TOPOFHEAD firebreath hotspot
			Connect TOPOFHEAD firebreath2 hotspot
			Connect TOPOFHEAD firebreath3 hotspot
			Connect TOPOFHEAD firebreath4 hotspot
			Connect TOPOFHEAD firebreath5 hotspot
			length 3.0
         }
      }
   }
}

